C1.Web.Mvc Namespace / AutoComplete<T> Class / SearchMemberPath Property

In This Topic
SearchMemberPath Property (AutoComplete<T>)
In This Topic
Gets or sets a string containing a comma-separated list of properties to use when searching for items.
Syntax
'Declaration
 
Public Overridable Property SearchMemberPath As String
 
Remarks
By default, the AutoComplete control searches for matches against the property specified by the DisplayMemberPath property. The searchMemberPath property allows you to search using additional properties.
See Also